home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 1 Issue 2
/
PDCD-1 - Issue 02.iso
/
_editors
/
editors
/
_stronged
/
!StrongED
/
Modes
/
C
< prev
next >
Wrap
Text File
|
1994-08-14
|
1KB
|
62 lines
KeyList
^ï[ InsertStr("/*")
^ï] InsertStr("*/")
End
Functions
Key ïF2
Menu List of functions ïF2
Icon LoF
Select ListOfC (All,,Sort)
Help Click to generate list of all functions.
Key ïPgUp
Icon up
Select ListOfC (Text,GotoPrev)
Help Click to go to previous function
Key ïPgDown
Icon down
Select ListOfC (Text,GotoNext)
Help Click to go to next function
Key ^H
Menu Load H.*
Icon save
Help Click to load the header file under cursor.
Select LoadOne ("<tmp$path>.^.H.<tmp$word>","C:H.<tmp$word>")
Key F10
Menu Save & Compile F10
Icon Run
Select SaveDrag ("cc")
Help Click to save text and send it to the c compiler.
Key ï^F10
Menu Save & Make ï^F10
Icon brick
Select SaveDClick ("<tmp$path>.^.Makefile")
Help Click to save text and launch Make.
Key ^G 1
Menu Goto function definition
Icon goto
Select SetMark(5) ListOfC (all,gotofound)
Help Click to go to the definition of the function you're standing on.
Key ^G 2
ïSelect GotoMark(5)
End
Shortcuts
w( while (\@) {\n\i \@\n\i}
f( for (\@;\@;\@) {\n\i \@\n\i}
s( switch (\@) {\n\i case\n\i}
p( printf("\@");
#< #include <\@.h>
#" #include "\@.h"
End